home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat5
/
dtsi.5
< prev
next >
Wrap
Text File
|
1999-09-16
|
762b
|
67 lines
dtsi(1) Scilab Function dtsi(1)
NAME
dtsi - stable anti-stable decomposition
CALLING SEQUENCE
[Ga,Gs,Gi]=dtsi(G,[tol])
PARAMETERS
G : linear system (syslin list)
Ga : linear system (syslin list) antistable and strictly proper
Gs : linear system (syslin list) stable and strictly proper
Gi : real matrix (or polynomial matrix for improper systems)
tol : optional parameter for detecting stables poles. Default value:
100*%eps
DESCRIPTION
returns the stable-antistable decomposition of G:
G = Ga + Gs + Gi, (Gi = G(oo))
G can be given in state-space form or in transfer form.
SEE ALSO
syslin, pbig, psmall, pfss